crypto/tls.clientHelloMsg.quicTransportParameters (field)
9 uses
crypto/tls (current package)
handshake_client.go#L167: hello.quicTransportParameters = p
handshake_messages.go#L97: quicTransportParameters []byte
handshake_messages.go#L256: if m.quicTransportParameters != nil { // marshal zero-length parameters when present
handshake_messages.go#L260: exts.AddBytes(m.quicTransportParameters)
handshake_messages.go#L581: m.quicTransportParameters = make([]byte, len(extData))
handshake_messages.go#L582: if !extData.CopyBytes(m.quicTransportParameters) {
handshake_server_tls13.go#L243: if hs.clientHello.quicTransportParameters == nil {
handshake_server_tls13.go#L248: c.quicSetTransportParameters(hs.clientHello.quicTransportParameters)
handshake_server_tls13.go#L250: if hs.clientHello.quicTransportParameters != nil {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |